3.790 \(\int x (a+c x^4)^{3/2} \, dx\)

Optimal. Leaf size=71 \[ \frac {3 a^2 \tanh ^{-1}\left (\frac {\sqrt {c} x^2}{\sqrt {a+c x^4}}\right )}{16 \sqrt {c}}+\frac {3}{16} a x^2 \sqrt {a+c x^4}+\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2} \]

[Out]

1/8*x^2*(c*x^4+a)^(3/2)+3/16*a^2*arctanh(x^2*c^(1/2)/(c*x^4+a)^(1/2))/c^(1/2)+3/16*a*x^2*(c*x^4+a)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 71, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {275, 195, 217, 206} \[ \frac {3 a^2 \tanh ^{-1}\left (\frac {\sqrt {c} x^2}{\sqrt {a+c x^4}}\right )}{16 \sqrt {c}}+\frac {3}{16} a x^2 \sqrt {a+c x^4}+\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2} \]

Antiderivative was successfully verified.

[In]

Int[x*(a + c*x^4)^(3/2),x]

[Out]

(3*a*x^2*Sqrt[a + c*x^4])/16 + (x^2*(a + c*x^4)^(3/2))/8 + (3*a^2*ArcTanh[(Sqrt[c]*x^2)/Sqrt[a + c*x^4]])/(16*
Sqrt[c])

Rule 195

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^p)/(n*p + 1), x] + Dist[(a*n*p)/(n*p + 1),
 Int[(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && GtQ[p, 0] && (IntegerQ[2*p] || (EqQ[n, 2
] && IntegerQ[4*p]) || (EqQ[n, 2] && IntegerQ[3*p]) || LtQ[Denominator[p + 1/n], Denominator[p]])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 275

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = GCD[m + 1, n]}, Dist[1/k, Subst[Int[x^((m
 + 1)/k - 1)*(a + b*x^(n/k))^p, x], x, x^k], x] /; k != 1] /; FreeQ[{a, b, p}, x] && IGtQ[n, 0] && IntegerQ[m]

Rubi steps

\begin {align*} \int x \left (a+c x^4\right )^{3/2} \, dx &=\frac {1}{2} \operatorname {Subst}\left (\int \left (a+c x^2\right )^{3/2} \, dx,x,x^2\right )\\ &=\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2}+\frac {1}{8} (3 a) \operatorname {Subst}\left (\int \sqrt {a+c x^2} \, dx,x,x^2\right )\\ &=\frac {3}{16} a x^2 \sqrt {a+c x^4}+\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2}+\frac {1}{16} \left (3 a^2\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {a+c x^2}} \, dx,x,x^2\right )\\ &=\frac {3}{16} a x^2 \sqrt {a+c x^4}+\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2}+\frac {1}{16} \left (3 a^2\right ) \operatorname {Subst}\left (\int \frac {1}{1-c x^2} \, dx,x,\frac {x^2}{\sqrt {a+c x^4}}\right )\\ &=\frac {3}{16} a x^2 \sqrt {a+c x^4}+\frac {1}{8} x^2 \left (a+c x^4\right )^{3/2}+\frac {3 a^2 \tanh ^{-1}\left (\frac {\sqrt {c} x^2}{\sqrt {a+c x^4}}\right )}{16 \sqrt {c}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.12, size = 69, normalized size = 0.97 \[ \frac {1}{16} \sqrt {a+c x^4} \left (\frac {3 a^{3/2} \sinh ^{-1}\left (\frac {\sqrt {c} x^2}{\sqrt {a}}\right )}{\sqrt {c} \sqrt {\frac {c x^4}{a}+1}}+5 a x^2+2 c x^6\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[x*(a + c*x^4)^(3/2),x]

[Out]

(Sqrt[a + c*x^4]*(5*a*x^2 + 2*c*x^6 + (3*a^(3/2)*ArcSinh[(Sqrt[c]*x^2)/Sqrt[a]])/(Sqrt[c]*Sqrt[1 + (c*x^4)/a])
))/16

________________________________________________________________________________________

fricas [A]  time = 0.59, size = 132, normalized size = 1.86 \[ \left [\frac {3 \, a^{2} \sqrt {c} \log \left (-2 \, c x^{4} - 2 \, \sqrt {c x^{4} + a} \sqrt {c} x^{2} - a\right ) + 2 \, {\left (2 \, c^{2} x^{6} + 5 \, a c x^{2}\right )} \sqrt {c x^{4} + a}}{32 \, c}, -\frac {3 \, a^{2} \sqrt {-c} \arctan \left (\frac {\sqrt {-c} x^{2}}{\sqrt {c x^{4} + a}}\right ) - {\left (2 \, c^{2} x^{6} + 5 \, a c x^{2}\right )} \sqrt {c x^{4} + a}}{16 \, c}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+a)^(3/2),x, algorithm="fricas")

[Out]

[1/32*(3*a^2*sqrt(c)*log(-2*c*x^4 - 2*sqrt(c*x^4 + a)*sqrt(c)*x^2 - a) + 2*(2*c^2*x^6 + 5*a*c*x^2)*sqrt(c*x^4
+ a))/c, -1/16*(3*a^2*sqrt(-c)*arctan(sqrt(-c)*x^2/sqrt(c*x^4 + a)) - (2*c^2*x^6 + 5*a*c*x^2)*sqrt(c*x^4 + a))
/c]

________________________________________________________________________________________

giac [A]  time = 0.21, size = 99, normalized size = 1.39 \[ \frac {1}{4} \, {\left (\sqrt {c x^{4} + a} x^{2} - \frac {a \log \left ({\left | -\sqrt {c} x^{2} + \sqrt {c x^{4} + a} \right |}\right )}{\sqrt {c}}\right )} a + \frac {1}{16} \, {\left (\sqrt {c x^{4} + a} {\left (2 \, x^{4} + \frac {a}{c}\right )} x^{2} + \frac {a^{2} \log \left ({\left | -\sqrt {c} x^{2} + \sqrt {c x^{4} + a} \right |}\right )}{c^{\frac {3}{2}}}\right )} c \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+a)^(3/2),x, algorithm="giac")

[Out]

1/4*(sqrt(c*x^4 + a)*x^2 - a*log(abs(-sqrt(c)*x^2 + sqrt(c*x^4 + a)))/sqrt(c))*a + 1/16*(sqrt(c*x^4 + a)*(2*x^
4 + a/c)*x^2 + a^2*log(abs(-sqrt(c)*x^2 + sqrt(c*x^4 + a)))/c^(3/2))*c

________________________________________________________________________________________

maple [A]  time = 0.01, size = 58, normalized size = 0.82 \[ \frac {\sqrt {c \,x^{4}+a}\, c \,x^{6}}{8}+\frac {5 \sqrt {c \,x^{4}+a}\, a \,x^{2}}{16}+\frac {3 a^{2} \ln \left (\sqrt {c}\, x^{2}+\sqrt {c \,x^{4}+a}\right )}{16 \sqrt {c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(c*x^4+a)^(3/2),x)

[Out]

1/8*c*x^6*(c*x^4+a)^(1/2)+5/16*a*x^2*(c*x^4+a)^(1/2)+3/16*a^2*ln(c^(1/2)*x^2+(c*x^4+a)^(1/2))/c^(1/2)

________________________________________________________________________________________

maxima [B]  time = 2.99, size = 119, normalized size = 1.68 \[ -\frac {3 \, a^{2} \log \left (-\frac {\sqrt {c} - \frac {\sqrt {c x^{4} + a}}{x^{2}}}{\sqrt {c} + \frac {\sqrt {c x^{4} + a}}{x^{2}}}\right )}{32 \, \sqrt {c}} - \frac {\frac {3 \, \sqrt {c x^{4} + a} a^{2} c}{x^{2}} - \frac {5 \, {\left (c x^{4} + a\right )}^{\frac {3}{2}} a^{2}}{x^{6}}}{16 \, {\left (c^{2} - \frac {2 \, {\left (c x^{4} + a\right )} c}{x^{4}} + \frac {{\left (c x^{4} + a\right )}^{2}}{x^{8}}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x^4+a)^(3/2),x, algorithm="maxima")

[Out]

-3/32*a^2*log(-(sqrt(c) - sqrt(c*x^4 + a)/x^2)/(sqrt(c) + sqrt(c*x^4 + a)/x^2))/sqrt(c) - 1/16*(3*sqrt(c*x^4 +
 a)*a^2*c/x^2 - 5*(c*x^4 + a)^(3/2)*a^2/x^6)/(c^2 - 2*(c*x^4 + a)*c/x^4 + (c*x^4 + a)^2/x^8)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int x\,{\left (c\,x^4+a\right )}^{3/2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*(a + c*x^4)^(3/2),x)

[Out]

int(x*(a + c*x^4)^(3/2), x)

________________________________________________________________________________________

sympy [A]  time = 4.59, size = 73, normalized size = 1.03 \[ \frac {5 a^{\frac {3}{2}} x^{2} \sqrt {1 + \frac {c x^{4}}{a}}}{16} + \frac {\sqrt {a} c x^{6} \sqrt {1 + \frac {c x^{4}}{a}}}{8} + \frac {3 a^{2} \operatorname {asinh}{\left (\frac {\sqrt {c} x^{2}}{\sqrt {a}} \right )}}{16 \sqrt {c}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*(c*x**4+a)**(3/2),x)

[Out]

5*a**(3/2)*x**2*sqrt(1 + c*x**4/a)/16 + sqrt(a)*c*x**6*sqrt(1 + c*x**4/a)/8 + 3*a**2*asinh(sqrt(c)*x**2/sqrt(a
))/(16*sqrt(c))

________________________________________________________________________________________